EditableMovie.SaveOnClose Property
Syntax
SaveOnClose as Boolean
If True, the EditableMovie will update and save the file when it goes out of scope (as in prior versions of REALbasic). If False, no updates to the EditableMovie's file will occur unless you call the CommitChanges method.